home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / snowball.swf / scripts / frame_29 / PlaceObject2_167_2 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2006-06-13  |  198 b   |  10 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.snowball._x,_root.snowball._y,true))
  3.    {
  4.       if(_root.snowball.xspeed > 0)
  5.       {
  6.          _root.snowball.xspeed *= -1;
  7.       }
  8.    }
  9. }
  10.